ClientManger

Undocumented in source.

Constructors

this
this(EventLoop loop)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

ClientConnection
alias ClientConnection = ClientLink!PipeLine
Undocumented in source.
ClientCreatorCallBack
alias ClientCreatorCallBack = void delegate(TcpStream)
Undocumented in source.
ConnCallBack
alias ConnCallBack = void delegate(PipeLine)
Undocumented in source.
LinkManger
alias LinkManger = TLinkManger!ConnCallBack
Undocumented in source.
LinklogInfo
alias LinklogInfo = LinkManger.LinklogInfo
Undocumented in source.
PipeLineFactory
alias PipeLineFactory = PipelineFactory!PipeLine
Undocumented in source.
heartbeatTimeOut
alias heartbeatTimeOut = startTimeOut
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(Address to, ConnCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(LinklogInfo* logInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
connectCallBack
void connectCallBack(LinklogInfo* tlogInfo, bool isconnect)
Undocumented in source. Be warned that the author may not have intended to support it.
getTimeWheelConfig
bool getTimeWheelConfig(uint _timeOut)
Undocumented in source. Be warned that the author may not have intended to support it.
pipelineFactory
void pipelineFactory(PipeLineFactory fac)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(ClientConnection con)
Undocumented in source. Be warned that the author may not have intended to support it.
setClientCreatorCallBack
void setClientCreatorCallBack(ClientCreatorCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
startTimeOut
bool startTimeOut(uint s)
Undocumented in source. Be warned that the author may not have intended to support it.
tmpCloseCallBack
void tmpCloseCallBack()
Undocumented in source. Be warned that the author may not have intended to support it.
tmpReadCallBack
void tmpReadCallBack(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eventLoop
EventLoop eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCount
tryCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCount
uint tryCount [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta